←Select platform

SendNonSecureIscl(byte[],int,int) Method

Summary
Sends data over an ISCL connection, unsecured. The data is not encrypted and the message has no authentication code.
Syntax
C#
C++/CLI
public void SendNonSecureIscl( 
   byte[] buffer, 
   int offset, 
   int length 
) 
public: 
void SendNonSecureIscl(  
   array<byte>^ buffer, 
   int offset, 
   int length 
)  

Parameters

buffer
Buffer that holds the data to be sent.

offset
Offset from the beginning of the buffer, at which reading should start.

length
Size, in bytes, of the data to be sent.

Remarks

The non-secure send is the fastest method of transmitting data over an ISCL connection. It is faster than the normal send/receive process and has no encryption and no message authentication codes.

Requirements

Target Platforms

Help Version 22.0.2023.1.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.